GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-19T05:00:34.3085826+00:00",
"SubmitDate": "2026-06-19T05:00:34.3085826+00:00",
"ReportPeriodStart": "2026-06-19T05:00:34.3085826+00:00",
"ReportPeriodEnd": "2026-06-19T05:00:34.3085826+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ecd3891b-d269-4e51-9cdb-97ce6ca28cfa",
"Rows": [
{
"ItemId": "275c300a-ca33-4c2b-9c6f-932796aff27c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "275c300a-ca33-4c2b-9c6f-932796aff27c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ecd3891b-d269-4e51-9cdb-97ce6ca28cfa",
"Rows": [
{
"ItemId": "275c300a-ca33-4c2b-9c6f-932796aff27c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "275c300a-ca33-4c2b-9c6f-932796aff27c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"63a8e964-8f24-4aa1-ab55-c246150a78de",
"28b96fd0-39cc-49a8-bb0d-6c8153fd2c70"
],
"Approvers": [
"d4db501f-0078-4263-b46a-7c1db92d1d0c",
"2a2b86ba-0d96-4e06-a7b8-c3a1e161e837"
],
"ApprovedBy": "248b7ea2-2410-4e7d-963e-efa66ee19de9",
"ApprovalDate": "2026-06-19T05:00:34.3085826+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8b9043fc-c4c7-494c-9f87-af93cfc18805",
"id": "0f0df39c-2092-4fd3-a2f7-4b7510df71b0",
"ConfigId": "c1a48c5e-70bb-4b9b-a761-f7d603933d2c"
},
{
"GenerationDate": "2026-06-19T05:00:34.3085826+00:00",
"SubmitDate": "2026-06-19T05:00:34.3085826+00:00",
"ReportPeriodStart": "2026-06-19T05:00:34.3085826+00:00",
"ReportPeriodEnd": "2026-06-19T05:00:34.3085826+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ecd3891b-d269-4e51-9cdb-97ce6ca28cfa",
"Rows": [
{
"ItemId": "275c300a-ca33-4c2b-9c6f-932796aff27c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "275c300a-ca33-4c2b-9c6f-932796aff27c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ecd3891b-d269-4e51-9cdb-97ce6ca28cfa",
"Rows": [
{
"ItemId": "275c300a-ca33-4c2b-9c6f-932796aff27c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "275c300a-ca33-4c2b-9c6f-932796aff27c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"63a8e964-8f24-4aa1-ab55-c246150a78de",
"28b96fd0-39cc-49a8-bb0d-6c8153fd2c70"
],
"Approvers": [
"d4db501f-0078-4263-b46a-7c1db92d1d0c",
"2a2b86ba-0d96-4e06-a7b8-c3a1e161e837"
],
"ApprovedBy": "248b7ea2-2410-4e7d-963e-efa66ee19de9",
"ApprovalDate": "2026-06-19T05:00:34.3085826+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8b9043fc-c4c7-494c-9f87-af93cfc18805",
"id": "0f0df39c-2092-4fd3-a2f7-4b7510df71b0",
"ConfigId": "c1a48c5e-70bb-4b9b-a761-f7d603933d2c"
}
]